Package-level declarations
Types
Use this method to process a received chat join request query.
Represent approve ChatJoinRequestAnswer. You may approve the requests retrieved in with dev.inmo.tgbotapi.types.chat.ChatJoinRequest (in dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate)
Represent a join request answer. See inheritors for more info
Result of an AnswerChatJoinRequestQuery. Serialized as a plain string.
Represent request WITHOUT member_limit and creates_join_request
Represent request WITHOUT member_limit and WITH creates_join_request
Represent request WITH member_limit and WITHOUT creates_join_request
Represent request
Represent decline ChatJoinRequestAnswer. You may approve the requests retrieved in with dev.inmo.tgbotapi.types.chat.ChatJoinRequest (in dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate)
Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITHOUT member_limit and creates_join_request
Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITHOUT member_limit and WITH creates_join_request
Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITH member_limit and WITHOUT creates_join_request
Represent request
Use this method to process a received chat join request query by showing a Mini App to the user before deciding the outcome. Call AnswerChatJoinRequestQuery to resolve the join request query based on the user interaction with the Mini App.