type github.com/gotd/td/tg.MessagesStickerSetNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_messages_sticker_set_gen.go#L307: type MessagesStickerSetNotModified struct {
tl_messages_sticker_set_gen.go#L314: func (s MessagesStickerSetNotModified) construct() MessagesStickerSetClass { return &s }
tl_messages_sticker_set_gen.go#L318: _ bin.Encoder = &MessagesStickerSetNotModified{}
tl_messages_sticker_set_gen.go#L319: _ bin.Decoder = &MessagesStickerSetNotModified{}
tl_messages_sticker_set_gen.go#L320: _ bin.BareEncoder = &MessagesStickerSetNotModified{}
tl_messages_sticker_set_gen.go#L321: _ bin.BareDecoder = &MessagesStickerSetNotModified{}
tl_messages_sticker_set_gen.go#L323: _ MessagesStickerSetClass = &MessagesStickerSetNotModified{}
tl_messages_sticker_set_gen.go#L326: func (s *MessagesStickerSetNotModified) Zero() bool {
tl_messages_sticker_set_gen.go#L335: func (s *MessagesStickerSetNotModified) String() string {
tl_messages_sticker_set_gen.go#L339: type Alias MessagesStickerSetNotModified
tl_messages_sticker_set_gen.go#L346: func (*MessagesStickerSetNotModified) TypeID() uint32 {
tl_messages_sticker_set_gen.go#L351: func (*MessagesStickerSetNotModified) TypeName() string {
tl_messages_sticker_set_gen.go#L356: func (s *MessagesStickerSetNotModified) TypeInfo() tdp.Type {
tl_messages_sticker_set_gen.go#L370: func (s *MessagesStickerSetNotModified) Encode(b *bin.Buffer) error {
tl_messages_sticker_set_gen.go#L379: func (s *MessagesStickerSetNotModified) EncodeBare(b *bin.Buffer) error {
tl_messages_sticker_set_gen.go#L387: func (s *MessagesStickerSetNotModified) Decode(b *bin.Buffer) error {
tl_messages_sticker_set_gen.go#L398: func (s *MessagesStickerSetNotModified) DecodeBare(b *bin.Buffer) error {
tl_messages_sticker_set_gen.go#L451: func (s *MessagesStickerSetNotModified) AsModified() (*MessagesStickerSet, bool) {
tl_messages_sticker_set_gen.go#L471: v := MessagesStickerSetNotModified{}
tl_registry_gen.go#L4103: MessagesStickerSetNotModifiedTypeID: func() bin.Object { return &MessagesStickerSetNotModified{} },
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. |