Package dev.
          Types
DeleteChatStickerSet
                          
                    Link copied to clipboard
                        data class DeleteChatStickerSet(chatId: ChatIdentifier) : ChatRequest, SimpleRequest<Boolean> 
Content copied to clipboard
SetChatStickerSet
                          
                    Link copied to clipboard
                        data class SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName) : ChatRequest, SimpleRequest<Boolean> 
Content copied to clipboard