create Chat Invite Link With Join Request
suspend fun TelegramBot.createChatInviteLinkWithJoinRequest( chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
Content copied to clipboard
suspend fun TelegramBot.createChatInviteLinkWithJoinRequest( chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
Content copied to clipboard
suspend fun TelegramBot.createChatInviteLinkWithJoinRequest( chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
Content copied to clipboard
suspend fun TelegramBot.createChatInviteLinkWithJoinRequest( chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
Content copied to clipboard