type github.com/gotd/td/tg.MessagesReactionsNotModified
20 uses
github.com/gotd/td/tg (current package)
tl_messages_reactions_gen.go#L41: type MessagesReactionsNotModified struct {
tl_messages_reactions_gen.go#L48: func (r MessagesReactionsNotModified) construct() MessagesReactionsClass { return &r }
tl_messages_reactions_gen.go#L52: _ bin.Encoder = &MessagesReactionsNotModified{}
tl_messages_reactions_gen.go#L53: _ bin.Decoder = &MessagesReactionsNotModified{}
tl_messages_reactions_gen.go#L54: _ bin.BareEncoder = &MessagesReactionsNotModified{}
tl_messages_reactions_gen.go#L55: _ bin.BareDecoder = &MessagesReactionsNotModified{}
tl_messages_reactions_gen.go#L57: _ MessagesReactionsClass = &MessagesReactionsNotModified{}
tl_messages_reactions_gen.go#L60: func (r *MessagesReactionsNotModified) Zero() bool {
tl_messages_reactions_gen.go#L69: func (r *MessagesReactionsNotModified) String() string {
tl_messages_reactions_gen.go#L73: type Alias MessagesReactionsNotModified
tl_messages_reactions_gen.go#L80: func (*MessagesReactionsNotModified) TypeID() uint32 {
tl_messages_reactions_gen.go#L85: func (*MessagesReactionsNotModified) TypeName() string {
tl_messages_reactions_gen.go#L90: func (r *MessagesReactionsNotModified) TypeInfo() tdp.Type {
tl_messages_reactions_gen.go#L104: func (r *MessagesReactionsNotModified) Encode(b *bin.Buffer) error {
tl_messages_reactions_gen.go#L113: func (r *MessagesReactionsNotModified) EncodeBare(b *bin.Buffer) error {
tl_messages_reactions_gen.go#L121: func (r *MessagesReactionsNotModified) Decode(b *bin.Buffer) error {
tl_messages_reactions_gen.go#L132: func (r *MessagesReactionsNotModified) DecodeBare(b *bin.Buffer) error {
tl_messages_reactions_gen.go#L371: func (r *MessagesReactionsNotModified) AsModified() (*MessagesReactions, bool) {
tl_messages_reactions_gen.go#L389: v := MessagesReactionsNotModified{}
tl_registry_gen.go#L4695: MessagesReactionsNotModifiedTypeID: func() bin.Object { return &MessagesReactionsNotModified{} },
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. |