Package dev.inmo.tgbotapi.requests.chat.abstracts

Types

ChatInviteLinkRequest
Link copied to clipboard
common
interface ChatInviteLinkRequest<R : SecondaryChatInviteLink> : SimpleRequest<R>
ChatMemberRequest
Link copied to clipboard
common
interface ChatMemberRequest<T : Any> : ChatRequest, SimpleRequest<T>
ChatSenderRequest
Link copied to clipboard
common
interface ChatSenderRequest : ChatRequest, SimpleRequest<Boolean>
EditChatInviteLinkRequest
Link copied to clipboard
common
interface EditChatInviteLinkRequest<R : SecondaryChatInviteLink> : ChatInviteLinkRequest<R>
KnownChatInviteLinkRequest
Link copied to clipboard
common
interface KnownChatInviteLinkRequest<R : SecondaryChatInviteLink> : ChatInviteLinkRequest<R>