Layer 220
constructor
inputChatThemeUniqueGift#87e5dfe4 slug:string = InputChatTheme;

Parameters

Name Type Description
Slug string The slug from star Gift Unique. slug.

Returns

InputChatTheme

Gogram Example

// Creating InputChatThemeUniqueGift constructor
obj := &tg.InputChatThemeUniqueGift{
    Slug: "...",
}