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