type github.com/gotd/td/tg.ChatReactionsAll
33 uses
github.com/gotd/td/tg (current package)
tl_chat_reactions_gen.go#L140: type ChatReactionsAll struct {
tl_chat_reactions_gen.go#L154: func (c ChatReactionsAll) construct() ChatReactionsClass { return &c }
tl_chat_reactions_gen.go#L158: _ bin.Encoder = &ChatReactionsAll{}
tl_chat_reactions_gen.go#L159: _ bin.Decoder = &ChatReactionsAll{}
tl_chat_reactions_gen.go#L160: _ bin.BareEncoder = &ChatReactionsAll{}
tl_chat_reactions_gen.go#L161: _ bin.BareDecoder = &ChatReactionsAll{}
tl_chat_reactions_gen.go#L163: _ ChatReactionsClass = &ChatReactionsAll{}
tl_chat_reactions_gen.go#L166: func (c *ChatReactionsAll) Zero() bool {
tl_chat_reactions_gen.go#L181: func (c *ChatReactionsAll) String() string {
tl_chat_reactions_gen.go#L185: type Alias ChatReactionsAll
tl_chat_reactions_gen.go#L190: func (c *ChatReactionsAll) FillFrom(from interface {
tl_chat_reactions_gen.go#L199: func (*ChatReactionsAll) TypeID() uint32 {
tl_chat_reactions_gen.go#L204: func (*ChatReactionsAll) TypeName() string {
tl_chat_reactions_gen.go#L209: func (c *ChatReactionsAll) TypeInfo() tdp.Type {
tl_chat_reactions_gen.go#L229: func (c *ChatReactionsAll) SetFlags() {
tl_chat_reactions_gen.go#L236: func (c *ChatReactionsAll) Encode(b *bin.Buffer) error {
tl_chat_reactions_gen.go#L245: func (c *ChatReactionsAll) EncodeBare(b *bin.Buffer) error {
tl_chat_reactions_gen.go#L257: func (c *ChatReactionsAll) Decode(b *bin.Buffer) error {
tl_chat_reactions_gen.go#L268: func (c *ChatReactionsAll) DecodeBare(b *bin.Buffer) error {
tl_chat_reactions_gen.go#L282: func (c *ChatReactionsAll) SetAllowCustom(value bool) {
tl_chat_reactions_gen.go#L293: func (c *ChatReactionsAll) GetAllowCustom() (value bool) {
tl_chat_reactions_gen.go#L516: v := ChatReactionsAll{}
tl_chat_reactions_slices_gen.go#L122: value, ok := elem.(*ChatReactionsAll)
tl_chat_reactions_slices_gen.go#L146: type ChatReactionsAllArray []ChatReactionsAll
tl_chat_reactions_slices_gen.go#L149: func (s ChatReactionsAllArray) Sort(less func(a, b ChatReactionsAll) bool) ChatReactionsAllArray {
tl_chat_reactions_slices_gen.go#L157: func (s ChatReactionsAllArray) SortStable(less func(a, b ChatReactionsAll) bool) ChatReactionsAllArray {
tl_chat_reactions_slices_gen.go#L165: func (s ChatReactionsAllArray) Retain(keep func(x ChatReactionsAll) bool) ChatReactionsAllArray {
tl_chat_reactions_slices_gen.go#L179: func (s ChatReactionsAllArray) First() (v ChatReactionsAll, ok bool) {
tl_chat_reactions_slices_gen.go#L187: func (s ChatReactionsAllArray) Last() (v ChatReactionsAll, ok bool) {
tl_chat_reactions_slices_gen.go#L195: func (s *ChatReactionsAllArray) PopFirst() (v ChatReactionsAll, ok bool) {
tl_chat_reactions_slices_gen.go#L205: var zero ChatReactionsAll
tl_chat_reactions_slices_gen.go#L214: func (s *ChatReactionsAllArray) Pop() (v ChatReactionsAll, ok bool) {
tl_registry_gen.go#L4693: ChatReactionsAllTypeID: func() bin.Object { return &ChatReactionsAll{} },
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. |