type github.com/gotd/td/tg.UpdateNewChannelMessage
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L374: type NewChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateNewChannelMessage) error
tl_handlers_gen.go#L379: return handler(ctx, e, update.(*UpdateNewChannelMessage))
tl_registry_gen.go#L5181: UpdateNewChannelMessageTypeID: func() bin.Object { return &UpdateNewChannelMessage{} },
tl_update_gen.go#L5577: type UpdateNewChannelMessage struct {
tl_update_gen.go#L5596: func (u UpdateNewChannelMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L5600: _ bin.Encoder = &UpdateNewChannelMessage{}
tl_update_gen.go#L5601: _ bin.Decoder = &UpdateNewChannelMessage{}
tl_update_gen.go#L5602: _ bin.BareEncoder = &UpdateNewChannelMessage{}
tl_update_gen.go#L5603: _ bin.BareDecoder = &UpdateNewChannelMessage{}
tl_update_gen.go#L5605: _ UpdateClass = &UpdateNewChannelMessage{}
tl_update_gen.go#L5608: func (u *UpdateNewChannelMessage) Zero() bool {
tl_update_gen.go#L5626: func (u *UpdateNewChannelMessage) String() string {
tl_update_gen.go#L5630: type Alias UpdateNewChannelMessage
tl_update_gen.go#L5635: func (u *UpdateNewChannelMessage) FillFrom(from interface {
tl_update_gen.go#L5648: func (*UpdateNewChannelMessage) TypeID() uint32 {
tl_update_gen.go#L5653: func (*UpdateNewChannelMessage) TypeName() string {
tl_update_gen.go#L5658: func (u *UpdateNewChannelMessage) TypeInfo() tdp.Type {
tl_update_gen.go#L5685: func (u *UpdateNewChannelMessage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L5694: func (u *UpdateNewChannelMessage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5710: func (u *UpdateNewChannelMessage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L5721: func (u *UpdateNewChannelMessage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5750: func (u *UpdateNewChannelMessage) GetMessage() (value MessageClass) {
tl_update_gen.go#L5758: func (u *UpdateNewChannelMessage) GetPts() (value int) {
tl_update_gen.go#L5766: func (u *UpdateNewChannelMessage) GetPtsCount() (value int) {
tl_update_gen.go#L33616: v := UpdateNewChannelMessage{}
tl_update_slices_gen.go#L460: value, ok := elem.(*UpdateNewChannelMessage)
tl_update_slices_gen.go#L4168: type UpdateNewChannelMessageArray []UpdateNewChannelMessage
tl_update_slices_gen.go#L4171: func (s UpdateNewChannelMessageArray) Sort(less func(a, b UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
tl_update_slices_gen.go#L4179: func (s UpdateNewChannelMessageArray) SortStable(less func(a, b UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
tl_update_slices_gen.go#L4187: func (s UpdateNewChannelMessageArray) Retain(keep func(x UpdateNewChannelMessage) bool) UpdateNewChannelMessageArray {
tl_update_slices_gen.go#L4201: func (s UpdateNewChannelMessageArray) First() (v UpdateNewChannelMessage, ok bool) {
tl_update_slices_gen.go#L4209: func (s UpdateNewChannelMessageArray) Last() (v UpdateNewChannelMessage, ok bool) {
tl_update_slices_gen.go#L4217: func (s *UpdateNewChannelMessageArray) PopFirst() (v UpdateNewChannelMessage, ok bool) {
tl_update_slices_gen.go#L4227: var zero UpdateNewChannelMessage
tl_update_slices_gen.go#L4236: func (s *UpdateNewChannelMessageArray) Pop() (v UpdateNewChannelMessage, ok bool) {
tl_updates_classifier_gen.go#L102: case *UpdateNewChannelMessage:
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |