type github.com/gotd/td/tg.NotEmptyEmojiStatus
20 uses
github.com/gotd/td/tg (current package)
tl_account_update_emoji_status_gen.go#L176: func (u *AccountUpdateEmojiStatusRequest) GetEmojiStatusAsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_bots_update_user_emoji_status_gen.go#L206: func (u *BotsUpdateUserEmojiStatusRequest) GetEmojiStatusAsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_channels_update_emoji_status_gen.go#L218: func (u *ChannelsUpdateEmojiStatusRequest) GetEmojiStatusAsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_emoji_status_gen.go#L1068: AsNotEmpty() (NotEmptyEmojiStatus, bool)
tl_emoji_status_gen.go#L1072: type NotEmptyEmojiStatus interface {
tl_emoji_status_gen.go#L1095: func (e *EmojiStatusEmpty) AsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_emoji_status_gen.go#L1096: value, ok := (EmojiStatusClass(e)).(NotEmptyEmojiStatus)
tl_emoji_status_gen.go#L1101: func (e *EmojiStatus) AsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_emoji_status_gen.go#L1102: value, ok := (EmojiStatusClass(e)).(NotEmptyEmojiStatus)
tl_emoji_status_gen.go#L1107: func (e *EmojiStatusCollectible) AsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_emoji_status_gen.go#L1108: value, ok := (EmojiStatusClass(e)).(NotEmptyEmojiStatus)
tl_emoji_status_gen.go#L1113: func (i *InputEmojiStatusCollectible) AsNotEmpty() (NotEmptyEmojiStatus, bool) {
tl_emoji_status_gen.go#L1114: value, ok := (EmojiStatusClass(i)).(NotEmptyEmojiStatus)
tl_emoji_status_slices_gen.go#L160: func (s EmojiStatusClassArray) AppendOnlyNotEmpty(to []NotEmptyEmojiStatus) []NotEmptyEmojiStatus {
tl_emoji_status_slices_gen.go#L173: func (s EmojiStatusClassArray) AsNotEmpty() (to []NotEmptyEmojiStatus) {
tl_emoji_status_slices_gen.go#L178: func (s EmojiStatusClassArray) FirstAsNotEmpty() (v NotEmptyEmojiStatus, ok bool) {
tl_emoji_status_slices_gen.go#L187: func (s EmojiStatusClassArray) LastAsNotEmpty() (v NotEmptyEmojiStatus, ok bool) {
tl_emoji_status_slices_gen.go#L196: func (s *EmojiStatusClassArray) PopFirstAsNotEmpty() (v NotEmptyEmojiStatus, ok bool) {
tl_emoji_status_slices_gen.go#L205: func (s *EmojiStatusClassArray) PopAsNotEmpty() (v NotEmptyEmojiStatus, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |