Skip to content

GramIO API Reference / @gramio/keyboards/dist / ButtonsIterator

Type Alias: ButtonsIterator()<T>

ButtonsIterator<T> = (options) => boolean

Defined in: keyboards/index.d.ts:11

Type Parameters

Type Parameter
T

Parameters

ParameterType
options{ button: T; index: number; row: T[]; rowIndex: number; }
options.buttonT
options.indexnumber
options.rowT[]
options.rowIndexnumber

Returns

boolean