Package dev. inmo. tgbotapi. requests. chat. abstracts
Types
Chat Invite Link Request
Link copied to clipboard
interface ChatInviteLinkRequest<R : SecondaryChatInviteLink> : SimpleRequest<R>
Content copied to clipboard
Chat Member Request
Link copied to clipboard
Chat Sender Request
Link copied to clipboard
Edit Chat Invite Link Request
Link copied to clipboard
interface EditChatInviteLinkRequest<R : SecondaryChatInviteLink> : ChatInviteLinkRequest<R>
Content copied to clipboard
Known Chat Invite Link Request
Link copied to clipboard
interface KnownChatInviteLinkRequest<R : SecondaryChatInviteLink> : ChatInviteLinkRequest<R>
Content copied to clipboard
Limited Members Chat Invite Link Request
Link copied to clipboard
interface LimitedMembersChatInviteLinkRequest : ChatInviteLinkRequest<ChatInviteLinkWithLimitedMembers>
Content copied to clipboard
With Join Request Chat Invite Link Request
Link copied to clipboard
interface WithJoinRequestChatInviteLinkRequest : ChatInviteLinkRequest<ChatInviteLinkWithJoinRequest>
Content copied to clipboard