SetSupergroupStickerSet
public struct SetSupergroupStickerSet : Codable, Equatable, TDFunction
Changes the sticker set of a supergroup; requires can_change_info rights
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Identifier of the supergroup
Declaration
Swift
public let supergroupId: Int32 -
New value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set
Declaration
Swift
public let stickerSetId: TDInt64 -
Changes the sticker set of a supergroup; requires can_change_info rights
Declaration
Swift
public init(supergroupId: Int32, stickerSetId: TDInt64)Parameters
supergroupIdIdentifier of the supergroup
stickerSetIdNew value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set
View on GitHub
Install in Dash
SetSupergroupStickerSet Structure Reference