Current section

Files

Jump to
telega include telega@router_ChatJoinRequestRoute.hrl
Raw

include/telega@router_ChatJoinRequestRoute.hrl

-record(chat_join_request_route, {
handler :: fun((telega@bot:context(any(), any(), any()), telega@model@types:chat_join_request()) -> {ok,
telega@bot:context(any(), any(), any())} |
{error, any()})
}).