Module Telegram.BotDefaults

module BotDefaults: sig .. end
Default options for a bot, if no configuration is needed. Warning: You still need to provide an API key

val token : string
val command_postfix : 'a option
val commands : 'a list
val inline : 'a -> Api.Command.action
val callback : 'a -> Api.Command.action
val new_chat_member : 'a -> 'b -> Api.Command.action
val left_chat_member : 'a -> 'b -> Api.Command.action
val new_chat_title : 'a -> 'b -> Api.Command.action
val new_chat_photo : 'a -> 'b -> Api.Command.action
val delete_chat_photo : 'a -> Api.Command.action
val group_chat_created : 'a -> Api.Command.action
val supergroup_chat_created : 'a -> Api.Command.action
val channel_chat_created : 'a -> Api.Command.action
val migrate_to_chat_id : 'a -> 'b -> Api.Command.action
val migrate_from_chat_id : 'a -> 'b -> Api.Command.action
val pinned_message : 'a -> 'b -> Api.Command.action