Skip to content

Commit

Permalink
customInlineButtons layout adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpeblocker committed Oct 1, 2022
1 parent d85f302 commit fe468d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Pagination {
this.inlineCustomButtons &&
typeof this.inlineCustomButtons === "object"
) {
keyboard.push(this.inlineCustomButtons);
keyboard.push(...this.inlineCustomButtons);
}

// Give ready-to-use Telegra Markup object
Expand Down

0 comments on commit fe468d4

Please sign in to comment.