Skip to content

Fix for sending multiple rows in _CreateInlineKeyboard() #11

@RazTK

Description

@RazTK

Right now it's broken. Here's a fix:
Line 146: ElseIf(StringRight($jsonKeyboard,2) = '],') Then
Line 147: $jsonKeyboard &= '[{"text":"' & $Keyboard[$i] & '",'
Line 150: $jsonKeyboard &= '],'

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions