api.getRecentInlineBots()
Returns up to 20 recently used inline bots in the order of their last usage
Returns
ApiResponse interface:interface ApiResponse {
_: 'getRecentInlineBots' | 'error'
airgram: Airgram
request: {
method: 'getRecentInlineBots'
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}