Create Chat Invite Link With Join Request
@Serializable
Represent [https://core.telegram.org/bots/api#createchatinvitelink] request WITHOUT member_limit
and WITH creates_join_request
See also
Constructors
Link copied to clipboard
fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)