Create Chat Invite Link With Join Request
data class CreateChatInviteLinkWithJoinRequest( val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink<ChatInviteLinkWithJoinRequest> , WithJoinRequestChatInviteLinkRequest
Content copied to clipboard
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)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
abstract val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithJoinRequest>
Content copied to clipboard