type github.com/gotd/td/tg.ChatEmpty
43 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L38: type ChatEmpty struct {
tl_chat_gen.go#L47: func (c ChatEmpty) construct() ChatClass { return &c }
tl_chat_gen.go#L51: _ bin.Encoder = &ChatEmpty{}
tl_chat_gen.go#L52: _ bin.Decoder = &ChatEmpty{}
tl_chat_gen.go#L53: _ bin.BareEncoder = &ChatEmpty{}
tl_chat_gen.go#L54: _ bin.BareDecoder = &ChatEmpty{}
tl_chat_gen.go#L56: _ ChatClass = &ChatEmpty{}
tl_chat_gen.go#L59: func (c *ChatEmpty) Zero() bool {
tl_chat_gen.go#L71: func (c *ChatEmpty) String() string {
tl_chat_gen.go#L75: type Alias ChatEmpty
tl_chat_gen.go#L80: func (c *ChatEmpty) FillFrom(from interface {
tl_chat_gen.go#L89: func (*ChatEmpty) TypeID() uint32 {
tl_chat_gen.go#L94: func (*ChatEmpty) TypeName() string {
tl_chat_gen.go#L99: func (c *ChatEmpty) TypeInfo() tdp.Type {
tl_chat_gen.go#L118: func (c *ChatEmpty) Encode(b *bin.Buffer) error {
tl_chat_gen.go#L127: func (c *ChatEmpty) EncodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L136: func (c *ChatEmpty) Decode(b *bin.Buffer) error {
tl_chat_gen.go#L147: func (c *ChatEmpty) DecodeBare(b *bin.Buffer) error {
tl_chat_gen.go#L162: func (c *ChatEmpty) GetID() (value int64) {
tl_chat_gen.go#L3211: func (c *ChatEmpty) AsNotEmpty() (NotEmptyChat, bool) {
tl_chat_gen.go#L3264: func (c *ChatEmpty) AsNotForbidden() (NotForbiddenChat, bool) {
tl_chat_gen.go#L3356: func (c *ChatEmpty) AsFull() (FullChat, bool) {
tl_chat_gen.go#L3394: v := ChatEmpty{}
tl_chat_slices_gen.go#L134: func (s ChatClassArray) FillChatEmptyMap(to map[int64]*ChatEmpty) {
tl_chat_slices_gen.go#L136: value, ok := elem.(*ChatEmpty)
tl_chat_slices_gen.go#L145: func (s ChatClassArray) ChatEmptyToMap() map[int64]*ChatEmpty {
tl_chat_slices_gen.go#L146: r := make(map[int64]*ChatEmpty, len(s))
tl_chat_slices_gen.go#L154: value, ok := elem.(*ChatEmpty)
tl_chat_slices_gen.go#L508: type ChatEmptyArray []ChatEmpty
tl_chat_slices_gen.go#L511: func (s ChatEmptyArray) Sort(less func(a, b ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L519: func (s ChatEmptyArray) SortStable(less func(a, b ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L527: func (s ChatEmptyArray) Retain(keep func(x ChatEmpty) bool) ChatEmptyArray {
tl_chat_slices_gen.go#L541: func (s ChatEmptyArray) First() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L549: func (s ChatEmptyArray) Last() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L557: func (s *ChatEmptyArray) PopFirst() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L567: var zero ChatEmpty
tl_chat_slices_gen.go#L576: func (s *ChatEmptyArray) Pop() (v ChatEmpty, ok bool) {
tl_chat_slices_gen.go#L591: return s.Sort(func(a, b ChatEmpty) bool {
tl_chat_slices_gen.go#L598: return s.SortStable(func(a, b ChatEmpty) bool {
tl_chat_slices_gen.go#L604: func (s ChatEmptyArray) FillMap(to map[int64]ChatEmpty) {
tl_chat_slices_gen.go#L611: func (s ChatEmptyArray) ToMap() map[int64]ChatEmpty {
tl_chat_slices_gen.go#L612: r := make(map[int64]ChatEmpty, len(s))
tl_registry_gen.go#L3680: ChatEmptyTypeID: func() bin.Object { return &ChatEmpty{} },
|
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. |