type github.com/gotd/td/tg.UpdateNewEncryptedMessage
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L204: type NewEncryptedMessageHandler func(ctx context.Context, e Entities, update *UpdateNewEncryptedMessage) error
tl_handlers_gen.go#L209: return handler(ctx, e, update.(*UpdateNewEncryptedMessage))
tl_registry_gen.go#L5248: UpdateNewEncryptedMessageTypeID: func() bin.Object { return &UpdateNewEncryptedMessage{} },
tl_update_gen.go#L1941: type UpdateNewEncryptedMessage struct {
tl_update_gen.go#L1955: func (u UpdateNewEncryptedMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L1959: _ bin.Encoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1960: _ bin.Decoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1961: _ bin.BareEncoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1962: _ bin.BareDecoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1964: _ UpdateClass = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1967: func (u *UpdateNewEncryptedMessage) Zero() bool {
tl_update_gen.go#L1982: func (u *UpdateNewEncryptedMessage) String() string {
tl_update_gen.go#L1986: type Alias UpdateNewEncryptedMessage
tl_update_gen.go#L1991: func (u *UpdateNewEncryptedMessage) FillFrom(from interface {
tl_update_gen.go#L2002: func (*UpdateNewEncryptedMessage) TypeID() uint32 {
tl_update_gen.go#L2007: func (*UpdateNewEncryptedMessage) TypeName() string {
tl_update_gen.go#L2012: func (u *UpdateNewEncryptedMessage) TypeInfo() tdp.Type {
tl_update_gen.go#L2035: func (u *UpdateNewEncryptedMessage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L2044: func (u *UpdateNewEncryptedMessage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2059: func (u *UpdateNewEncryptedMessage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L2070: func (u *UpdateNewEncryptedMessage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2092: func (u *UpdateNewEncryptedMessage) GetMessage() (value EncryptedMessageClass) {
tl_update_gen.go#L2100: func (u *UpdateNewEncryptedMessage) GetQts() (value int) {
tl_update_gen.go#L34263: v := UpdateNewEncryptedMessage{}
tl_update_slices_gen.go#L239: value, ok := elem.(*UpdateNewEncryptedMessage)
tl_update_slices_gen.go#L2784: type UpdateNewEncryptedMessageArray []UpdateNewEncryptedMessage
tl_update_slices_gen.go#L2787: func (s UpdateNewEncryptedMessageArray) Sort(less func(a, b UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
tl_update_slices_gen.go#L2795: func (s UpdateNewEncryptedMessageArray) SortStable(less func(a, b UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
tl_update_slices_gen.go#L2803: func (s UpdateNewEncryptedMessageArray) Retain(keep func(x UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
tl_update_slices_gen.go#L2817: func (s UpdateNewEncryptedMessageArray) First() (v UpdateNewEncryptedMessage, ok bool) {
tl_update_slices_gen.go#L2825: func (s UpdateNewEncryptedMessageArray) Last() (v UpdateNewEncryptedMessage, ok bool) {
tl_update_slices_gen.go#L2833: func (s *UpdateNewEncryptedMessageArray) PopFirst() (v UpdateNewEncryptedMessage, ok bool) {
tl_update_slices_gen.go#L2843: var zero UpdateNewEncryptedMessage
tl_update_slices_gen.go#L2852: func (s *UpdateNewEncryptedMessageArray) Pop() (v UpdateNewEncryptedMessage, ok bool) {
tl_updates_classifier_gen.go#L61: case *UpdateNewEncryptedMessage:
 |
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. |