type github.com/gotd/td/tg.UpdateNewEncryptedMessage
35 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L200: type NewEncryptedMessageHandler func(ctx context.Context, e Entities, update *UpdateNewEncryptedMessage) error
tl_handlers_gen.go#L205: return handler(ctx, e, update.(*UpdateNewEncryptedMessage))
tl_registry_gen.go#L3837: UpdateNewEncryptedMessageTypeID: func() bin.Object { return &UpdateNewEncryptedMessage{} },
tl_update_gen.go#L1862: type UpdateNewEncryptedMessage struct {
tl_update_gen.go#L1876: func (u UpdateNewEncryptedMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L1880: _ bin.Encoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1881: _ bin.Decoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1882: _ bin.BareEncoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1883: _ bin.BareDecoder = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1885: _ UpdateClass = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L1888: func (u *UpdateNewEncryptedMessage) Zero() bool {
tl_update_gen.go#L1903: func (u *UpdateNewEncryptedMessage) String() string {
tl_update_gen.go#L1907: type Alias UpdateNewEncryptedMessage
tl_update_gen.go#L1912: func (u *UpdateNewEncryptedMessage) FillFrom(from interface {
tl_update_gen.go#L1923: func (*UpdateNewEncryptedMessage) TypeID() uint32 {
tl_update_gen.go#L1928: func (*UpdateNewEncryptedMessage) TypeName() string {
tl_update_gen.go#L1933: func (u *UpdateNewEncryptedMessage) TypeInfo() tdp.Type {
tl_update_gen.go#L1956: func (u *UpdateNewEncryptedMessage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L1965: func (u *UpdateNewEncryptedMessage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L1980: func (u *UpdateNewEncryptedMessage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L1991: func (u *UpdateNewEncryptedMessage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L2013: func (u *UpdateNewEncryptedMessage) GetMessage() (value EncryptedMessageClass) {
tl_update_gen.go#L2021: func (u *UpdateNewEncryptedMessage) GetQts() (value int) {
tl_update_gen.go#L25014: v := UpdateNewEncryptedMessage{}
tl_update_slices_gen.go#L239: value, ok := elem.(*UpdateNewEncryptedMessage)
tl_update_slices_gen.go#L2277: type UpdateNewEncryptedMessageArray []UpdateNewEncryptedMessage
tl_update_slices_gen.go#L2280: func (s UpdateNewEncryptedMessageArray) Sort(less func(a, b UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
tl_update_slices_gen.go#L2288: func (s UpdateNewEncryptedMessageArray) SortStable(less func(a, b UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
tl_update_slices_gen.go#L2296: func (s UpdateNewEncryptedMessageArray) Retain(keep func(x UpdateNewEncryptedMessage) bool) UpdateNewEncryptedMessageArray {
tl_update_slices_gen.go#L2310: func (s UpdateNewEncryptedMessageArray) First() (v UpdateNewEncryptedMessage, ok bool) {
tl_update_slices_gen.go#L2318: func (s UpdateNewEncryptedMessageArray) Last() (v UpdateNewEncryptedMessage, ok bool) {
tl_update_slices_gen.go#L2326: func (s *UpdateNewEncryptedMessageArray) PopFirst() (v UpdateNewEncryptedMessage, ok bool) {
tl_update_slices_gen.go#L2336: var zero UpdateNewEncryptedMessage
tl_update_slices_gen.go#L2345: func (s *UpdateNewEncryptedMessageArray) Pop() (v UpdateNewEncryptedMessage, ok bool) {
tl_updates_classifier_gen.go#L61: case *UpdateNewEncryptedMessage:
|
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. |