type github.com/gotd/td/tg.UpdateEditChannelMessage
36 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L480: type EditChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateEditChannelMessage) error
tl_handlers_gen.go#L485: return handler(ctx, e, update.(*UpdateEditChannelMessage))
tl_registry_gen.go#L3865: UpdateEditChannelMessageTypeID: func() bin.Object { return &UpdateEditChannelMessage{} },
tl_update_gen.go#L7909: type UpdateEditChannelMessage struct {
tl_update_gen.go#L7928: func (u UpdateEditChannelMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L7932: _ bin.Encoder = &UpdateEditChannelMessage{}
tl_update_gen.go#L7933: _ bin.Decoder = &UpdateEditChannelMessage{}
tl_update_gen.go#L7934: _ bin.BareEncoder = &UpdateEditChannelMessage{}
tl_update_gen.go#L7935: _ bin.BareDecoder = &UpdateEditChannelMessage{}
tl_update_gen.go#L7937: _ UpdateClass = &UpdateEditChannelMessage{}
tl_update_gen.go#L7940: func (u *UpdateEditChannelMessage) Zero() bool {
tl_update_gen.go#L7958: func (u *UpdateEditChannelMessage) String() string {
tl_update_gen.go#L7962: type Alias UpdateEditChannelMessage
tl_update_gen.go#L7967: func (u *UpdateEditChannelMessage) FillFrom(from interface {
tl_update_gen.go#L7980: func (*UpdateEditChannelMessage) TypeID() uint32 {
tl_update_gen.go#L7985: func (*UpdateEditChannelMessage) TypeName() string {
tl_update_gen.go#L7990: func (u *UpdateEditChannelMessage) TypeInfo() tdp.Type {
tl_update_gen.go#L8017: func (u *UpdateEditChannelMessage) Encode(b *bin.Buffer) error {
tl_update_gen.go#L8026: func (u *UpdateEditChannelMessage) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L8042: func (u *UpdateEditChannelMessage) Decode(b *bin.Buffer) error {
tl_update_gen.go#L8053: func (u *UpdateEditChannelMessage) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L8082: func (u *UpdateEditChannelMessage) GetMessage() (value MessageClass) {
tl_update_gen.go#L8090: func (u *UpdateEditChannelMessage) GetPts() (value int) {
tl_update_gen.go#L8098: func (u *UpdateEditChannelMessage) GetPtsCount() (value int) {
tl_update_gen.go#L25210: v := UpdateEditChannelMessage{}
tl_update_slices_gen.go#L590: value, ok := elem.(*UpdateEditChannelMessage)
tl_update_slices_gen.go#L4561: type UpdateEditChannelMessageArray []UpdateEditChannelMessage
tl_update_slices_gen.go#L4564: func (s UpdateEditChannelMessageArray) Sort(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
tl_update_slices_gen.go#L4572: func (s UpdateEditChannelMessageArray) SortStable(less func(a, b UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
tl_update_slices_gen.go#L4580: func (s UpdateEditChannelMessageArray) Retain(keep func(x UpdateEditChannelMessage) bool) UpdateEditChannelMessageArray {
tl_update_slices_gen.go#L4594: func (s UpdateEditChannelMessageArray) First() (v UpdateEditChannelMessage, ok bool) {
tl_update_slices_gen.go#L4602: func (s UpdateEditChannelMessageArray) Last() (v UpdateEditChannelMessage, ok bool) {
tl_update_slices_gen.go#L4610: func (s *UpdateEditChannelMessageArray) PopFirst() (v UpdateEditChannelMessage, ok bool) {
tl_update_slices_gen.go#L4620: var zero UpdateEditChannelMessage
tl_update_slices_gen.go#L4629: func (s *UpdateEditChannelMessageArray) Pop() (v UpdateEditChannelMessage, ok bool) {
tl_updates_classifier_gen.go#L95: case *UpdateEditChannelMessage:
|
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. |