Companion
Functions
Link copied to clipboard
fun unlimited( chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkUnlimited
Content copied to clipboard
fun unlimited( chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkUnlimited
Content copied to clipboard
Link copied to clipboard
fun withJoinRequest( chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithJoinRequest
Content copied to clipboard
fun withJoinRequest( chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithJoinRequest
Content copied to clipboard
Link copied to clipboard
fun withLimitedMembers( chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithLimitedMembers
Content copied to clipboard
fun withLimitedMembers( chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithLimitedMembers
Content copied to clipboard