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

Types

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