Edit Chat Invite Link With Join Request
data class EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String?, expirationUnixTimeStamp: TelegramDate?) : EditChatInviteLink<ChatInviteLinkWithJoinRequest> , WithJoinRequestChatInviteLinkRequest
Content copied to clipboard
Represent [https://core.telegram.org/bots/api#editchatinvitelink] request WITHOUT member_limit
and WITH creates_join_request
See also
Constructors
EditChatInviteLinkWithJoinRequest
Link copied to clipboard
fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
Content copied to clipboard
Functions
Properties
chatId
Link copied to clipboard
expirationUnixTimeStamp
Link copied to clipboard
expireDate
Link copied to clipboard
inviteLink
Link copied to clipboard
requestSerializer
Link copied to clipboard
resultDeserializer
Link copied to clipboard
abstract val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithJoinRequest>
Content copied to clipboard