type github.com/gotd/td/tg.EmojiListClass
27 uses
github.com/gotd/td/tg (current package)
tl_account_get_channel_restricted_status_emojis_gen.go#L166: func (c *Client) AccountGetChannelRestrictedStatusEmojis(ctx context.Context, hash int64) (EmojiListClass, error) {
tl_account_get_default_background_emojis_gen.go#L181: func (c *Client) AccountGetDefaultBackgroundEmojis(ctx context.Context, hash int64) (EmojiListClass, error) {
tl_account_get_default_group_photo_emojis_gen.go#L179: func (c *Client) AccountGetDefaultGroupPhotoEmojis(ctx context.Context, hash int64) (EmojiListClass, error) {
tl_account_get_default_profile_photo_emojis_gen.go#L179: func (c *Client) AccountGetDefaultProfilePhotoEmojis(ctx context.Context, hash int64) (EmojiListClass, error) {
tl_emoji_list_gen.go#L48: func (e EmojiListNotModified) construct() EmojiListClass { return &e }
tl_emoji_list_gen.go#L57: _ EmojiListClass = &EmojiListNotModified{}
tl_emoji_list_gen.go#L160: func (e EmojiList) construct() EmojiListClass { return &e }
tl_emoji_list_gen.go#L169: _ EmojiListClass = &EmojiList{}
tl_emoji_list_gen.go#L338: type EmojiListClass interface {
tl_emoji_list_gen.go#L343: construct() EmojiListClass
tl_emoji_list_gen.go#L371: func DecodeEmojiList(buf *bin.Buffer) (EmojiListClass, error) {
tl_emoji_list_gen.go#L398: EmojiList EmojiListClass
tl_emoji_list_slices_gen.go#L38: type EmojiListClassArray []EmojiListClass
tl_emoji_list_slices_gen.go#L41: func (s EmojiListClassArray) Sort(less func(a, b EmojiListClass) bool) EmojiListClassArray {
tl_emoji_list_slices_gen.go#L49: func (s EmojiListClassArray) SortStable(less func(a, b EmojiListClass) bool) EmojiListClassArray {
tl_emoji_list_slices_gen.go#L57: func (s EmojiListClassArray) Retain(keep func(x EmojiListClass) bool) EmojiListClassArray {
tl_emoji_list_slices_gen.go#L71: func (s EmojiListClassArray) First() (v EmojiListClass, ok bool) {
tl_emoji_list_slices_gen.go#L79: func (s EmojiListClassArray) Last() (v EmojiListClass, ok bool) {
tl_emoji_list_slices_gen.go#L87: func (s *EmojiListClassArray) PopFirst() (v EmojiListClass, ok bool) {
tl_emoji_list_slices_gen.go#L97: var zero EmojiListClass
tl_emoji_list_slices_gen.go#L106: func (s *EmojiListClassArray) Pop() (v EmojiListClass, ok bool) {
tl_messages_search_custom_emoji_gen.go#L209: func (c *Client) MessagesSearchCustomEmoji(ctx context.Context, request *MessagesSearchCustomEmojiRequest) (EmojiListClass, error) {
tl_server_gen.go#L2008: func (s *ServerDispatcher) OnAccountGetDefaultProfilePhotoEmojis(f func(ctx context.Context, hash int64) (EmojiListClass, error)) {
tl_server_gen.go#L2025: func (s *ServerDispatcher) OnAccountGetDefaultGroupPhotoEmojis(f func(ctx context.Context, hash int64) (EmojiListClass, error)) {
tl_server_gen.go#L2143: func (s *ServerDispatcher) OnAccountGetDefaultBackgroundEmojis(f func(ctx context.Context, hash int64) (EmojiListClass, error)) {
tl_server_gen.go#L2177: func (s *ServerDispatcher) OnAccountGetChannelRestrictedStatusEmojis(f func(ctx context.Context, hash int64) (EmojiListClass, error)) {
tl_server_gen.go#L5976: func (s *ServerDispatcher) OnMessagesSearchCustomEmoji(f func(ctx context.Context, request *MessagesSearchCustomEmojiRequest) (EmojiListClass, error)) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |