type github.com/gotd/td/tg.UpdateNewMessage
39 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L114: type NewMessageHandler func(ctx context.Context, e Entities, update *UpdateNewMessage) error
tl_handlers_gen.go#L119: return handler(ctx, e, update.(*UpdateNewMessage))
tl_registry_gen.go#L5239: UpdateNewMessageTypeID: func() bin.Object { return &UpdateNewMessage{} },
tl_update_gen.go#L41: type UpdateNewMessage struct {
tl_update_gen.go#L54: func (u UpdateNewMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L58: _ bin.Encoder = &UpdateNewMessage{}
tl_update_gen.go#L59: _ bin.Decoder = &UpdateNewMessage{}
tl_update_gen.go#L60: _ bin.BareEncoder = &UpdateNewMessage{}
tl_update_gen.go#L61: _ bin.BareDecoder = &UpdateNewMessage{}
tl_update_gen.go#L63: _ UpdateClass = &UpdateNewMessage{}
tl_update_gen.go#L66: func (u *UpdateNewMessage) Zero() bool {
tl_update_gen.go#L84: func (u *UpdateNewMessage) String() string {
tl_update_gen.go#L88: type Alias UpdateNewMessage
tl_update_gen.go#L93: func (u *UpdateNewMessage) FillFrom(from interface {
tl_update_gen.go#L106: func (*UpdateNewMessage) TypeID() uint32 {
tl_update_gen.go#L111: func (*UpdateNewMessage) TypeName() string {
tl_update_gen.go#L116: func (u *UpdateNewMessage) TypeInfo() tdp.Type {
tl_update_gen.go#L143: func (u *UpdateNewMessage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L152: func (u *UpdateNewMessage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L168: func (u *UpdateNewMessage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L179: func (u *UpdateNewMessage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L208: func (u *UpdateNewMessage) GetMessage() (value MessageClass) {
tl_update_gen.go#L216: func (u *UpdateNewMessage) GetPts() (value int) {
tl_update_gen.go#L224: func (u *UpdateNewMessage) GetPtsCount() (value int) {
tl_update_gen.go#L34200: v := UpdateNewMessage{}
tl_update_slices_gen.go#L122: value, ok := elem.(*UpdateNewMessage)
tl_update_slices_gen.go#L2018: type UpdateNewMessageArray []UpdateNewMessage
tl_update_slices_gen.go#L2021: func (s UpdateNewMessageArray) Sort(less func(a, b UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L2029: func (s UpdateNewMessageArray) SortStable(less func(a, b UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L2037: func (s UpdateNewMessageArray) Retain(keep func(x UpdateNewMessage) bool) UpdateNewMessageArray {
tl_update_slices_gen.go#L2051: func (s UpdateNewMessageArray) First() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L2059: func (s UpdateNewMessageArray) Last() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L2067: func (s *UpdateNewMessageArray) PopFirst() (v UpdateNewMessage, ok bool) {
tl_update_slices_gen.go#L2077: var zero UpdateNewMessage
tl_update_slices_gen.go#L2086: func (s *UpdateNewMessageArray) Pop() (v UpdateNewMessage, ok bool) {
tl_updates_classifier_gen.go#L36: case *UpdateNewMessage:
github.com/gotd/td/telegram/internal/upconv
upconv.go#L69: Update: &tg.UpdateNewMessage{
upconv.go#L96: Update: &tg.UpdateNewMessage{
upconv.go#L115: Update: &tg.UpdateNewMessage{
 |
The pages are generated with Golds v0.8.5. (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. |