type github.com/gotd/td/tg.MessagesStickersNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_messages_stickers_gen.go#L38: type MessagesStickersNotModified struct {
tl_messages_stickers_gen.go#L45: func (s MessagesStickersNotModified) construct() MessagesStickersClass { return &s }
tl_messages_stickers_gen.go#L49: _ bin.Encoder = &MessagesStickersNotModified{}
tl_messages_stickers_gen.go#L50: _ bin.Decoder = &MessagesStickersNotModified{}
tl_messages_stickers_gen.go#L51: _ bin.BareEncoder = &MessagesStickersNotModified{}
tl_messages_stickers_gen.go#L52: _ bin.BareDecoder = &MessagesStickersNotModified{}
tl_messages_stickers_gen.go#L54: _ MessagesStickersClass = &MessagesStickersNotModified{}
tl_messages_stickers_gen.go#L57: func (s *MessagesStickersNotModified) Zero() bool {
tl_messages_stickers_gen.go#L66: func (s *MessagesStickersNotModified) String() string {
tl_messages_stickers_gen.go#L70: type Alias MessagesStickersNotModified
tl_messages_stickers_gen.go#L77: func (*MessagesStickersNotModified) TypeID() uint32 {
tl_messages_stickers_gen.go#L82: func (*MessagesStickersNotModified) TypeName() string {
tl_messages_stickers_gen.go#L87: func (s *MessagesStickersNotModified) TypeInfo() tdp.Type {
tl_messages_stickers_gen.go#L101: func (s *MessagesStickersNotModified) Encode(b *bin.Buffer) error {
tl_messages_stickers_gen.go#L110: func (s *MessagesStickersNotModified) EncodeBare(b *bin.Buffer) error {
tl_messages_stickers_gen.go#L118: func (s *MessagesStickersNotModified) Decode(b *bin.Buffer) error {
tl_messages_stickers_gen.go#L129: func (s *MessagesStickersNotModified) DecodeBare(b *bin.Buffer) error {
tl_messages_stickers_gen.go#L365: func (s *MessagesStickersNotModified) AsModified() (*MessagesStickers, bool) {
tl_messages_stickers_gen.go#L383: v := MessagesStickersNotModified{}
tl_registry_gen.go#L4068: MessagesStickersNotModifiedTypeID: func() bin.Object { return &MessagesStickersNotModified{} },
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. |