UNPKG
telegram-timeout-fix
Version:
latest (2.26.11)
2.26.11
2.26.10
2.26.9
2.26.8
NodeJS/Browser MTProto API Telegram client library,
github.com/gram-js/gramjs
gram-js/gramjs
telegram-timeout-fix
/
client
/
buttons.d.ts
5 lines
(4 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
import
{
Api
}
from
"../tl"
;
import
type
{
ButtonLike
}
from
"../define"
;
/**
@hidden
*/
export
declare
function
buildReplyMarkup
(
buttons
:
Api
.
TypeReplyMarkup
|
undefined
|
ButtonLike
|
ButtonLike
[] |
ButtonLike
[][],
inlineOnly
?:
boolean
):
Api
.
TypeReplyMarkup
|
undefined
;