type github.com/gotd/td/tg.UpdateChannelTooLong
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L350: type ChannelTooLongHandler func(ctx context.Context, e Entities, update *UpdateChannelTooLong) error
tl_handlers_gen.go#L355: return handler(ctx, e, update.(*UpdateChannelTooLong))
tl_registry_gen.go#L3852: UpdateChannelTooLongTypeID: func() bin.Object { return &UpdateChannelTooLong{} },
tl_update_gen.go#L5063: type UpdateChannelTooLong struct {
tl_update_gen.go#L5084: func (u UpdateChannelTooLong) construct() UpdateClass { return &u }
tl_update_gen.go#L5088: _ bin.Encoder = &UpdateChannelTooLong{}
tl_update_gen.go#L5089: _ bin.Decoder = &UpdateChannelTooLong{}
tl_update_gen.go#L5090: _ bin.BareEncoder = &UpdateChannelTooLong{}
tl_update_gen.go#L5091: _ bin.BareDecoder = &UpdateChannelTooLong{}
tl_update_gen.go#L5093: _ UpdateClass = &UpdateChannelTooLong{}
tl_update_gen.go#L5096: func (u *UpdateChannelTooLong) Zero() bool {
tl_update_gen.go#L5114: func (u *UpdateChannelTooLong) String() string {
tl_update_gen.go#L5118: type Alias UpdateChannelTooLong
tl_update_gen.go#L5123: func (u *UpdateChannelTooLong) FillFrom(from interface {
tl_update_gen.go#L5137: func (*UpdateChannelTooLong) TypeID() uint32 {
tl_update_gen.go#L5142: func (*UpdateChannelTooLong) TypeName() string {
tl_update_gen.go#L5147: func (u *UpdateChannelTooLong) TypeInfo() tdp.Type {
tl_update_gen.go#L5171: func (u *UpdateChannelTooLong) SetFlags() {
tl_update_gen.go#L5178: func (u *UpdateChannelTooLong) Encode(b *bin.Buffer) error {
tl_update_gen.go#L5187: func (u *UpdateChannelTooLong) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5203: func (u *UpdateChannelTooLong) Decode(b *bin.Buffer) error {
tl_update_gen.go#L5214: func (u *UpdateChannelTooLong) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5241: func (u *UpdateChannelTooLong) GetChannelID() (value int64) {
tl_update_gen.go#L5249: func (u *UpdateChannelTooLong) SetPts(value int) {
tl_update_gen.go#L5256: func (u *UpdateChannelTooLong) GetPts() (value int, ok bool) {
tl_update_gen.go#L25119: v := UpdateChannelTooLong{}
tl_update_slices_gen.go#L434: value, ok := elem.(*UpdateChannelTooLong)
tl_update_slices_gen.go#L3549: type UpdateChannelTooLongArray []UpdateChannelTooLong
tl_update_slices_gen.go#L3552: func (s UpdateChannelTooLongArray) Sort(less func(a, b UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
tl_update_slices_gen.go#L3560: func (s UpdateChannelTooLongArray) SortStable(less func(a, b UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
tl_update_slices_gen.go#L3568: func (s UpdateChannelTooLongArray) Retain(keep func(x UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
tl_update_slices_gen.go#L3582: func (s UpdateChannelTooLongArray) First() (v UpdateChannelTooLong, ok bool) {
tl_update_slices_gen.go#L3590: func (s UpdateChannelTooLongArray) Last() (v UpdateChannelTooLong, ok bool) {
tl_update_slices_gen.go#L3598: func (s *UpdateChannelTooLongArray) PopFirst() (v UpdateChannelTooLong, ok bool) {
tl_update_slices_gen.go#L3608: var zero UpdateChannelTooLong
tl_update_slices_gen.go#L3617: func (s *UpdateChannelTooLongArray) Pop() (v UpdateChannelTooLong, ok bool) {
tl_updates_classifier_gen.go#L86: case *UpdateChannelTooLong:
|
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. |