type github.com/gotd/td/tg.ChannelAdminLogEventActionEditMessage
32 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L1114: type ChannelAdminLogEventActionEditMessage struct {
tl_channel_admin_log_event_action_gen.go#L1125: func (c ChannelAdminLogEventActionEditMessage) construct() ChannelAdminLogEventActionClass { return &c }
tl_channel_admin_log_event_action_gen.go#L1129: _ bin.Encoder = &ChannelAdminLogEventActionEditMessage{}
tl_channel_admin_log_event_action_gen.go#L1130: _ bin.Decoder = &ChannelAdminLogEventActionEditMessage{}
tl_channel_admin_log_event_action_gen.go#L1131: _ bin.BareEncoder = &ChannelAdminLogEventActionEditMessage{}
tl_channel_admin_log_event_action_gen.go#L1132: _ bin.BareDecoder = &ChannelAdminLogEventActionEditMessage{}
tl_channel_admin_log_event_action_gen.go#L1134: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionEditMessage{}
tl_channel_admin_log_event_action_gen.go#L1137: func (c *ChannelAdminLogEventActionEditMessage) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L1152: func (c *ChannelAdminLogEventActionEditMessage) String() string {
tl_channel_admin_log_event_action_gen.go#L1156: type Alias ChannelAdminLogEventActionEditMessage
tl_channel_admin_log_event_action_gen.go#L1161: func (c *ChannelAdminLogEventActionEditMessage) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L1172: func (*ChannelAdminLogEventActionEditMessage) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L1177: func (*ChannelAdminLogEventActionEditMessage) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L1182: func (c *ChannelAdminLogEventActionEditMessage) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L1205: func (c *ChannelAdminLogEventActionEditMessage) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1214: func (c *ChannelAdminLogEventActionEditMessage) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1234: func (c *ChannelAdminLogEventActionEditMessage) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1245: func (c *ChannelAdminLogEventActionEditMessage) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L1267: func (c *ChannelAdminLogEventActionEditMessage) GetPrevMessage() (value MessageClass) {
tl_channel_admin_log_event_action_gen.go#L1275: func (c *ChannelAdminLogEventActionEditMessage) GetNewMessage() (value MessageClass) {
tl_channel_admin_log_event_action_gen.go#L7522: v := ChannelAdminLogEventActionEditMessage{}
tl_channel_admin_log_event_action_slices_gen.go#L213: value, ok := elem.(*ChannelAdminLogEventActionEditMessage)
tl_channel_admin_log_event_action_slices_gen.go#L1279: type ChannelAdminLogEventActionEditMessageArray []ChannelAdminLogEventActionEditMessage
tl_channel_admin_log_event_action_slices_gen.go#L1282: func (s ChannelAdminLogEventActionEditMessageArray) Sort(less func(a, b ChannelAdminLogEventActionEditMessage) bool) ChannelAdminLogEventActionEditMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L1290: func (s ChannelAdminLogEventActionEditMessageArray) SortStable(less func(a, b ChannelAdminLogEventActionEditMessage) bool) ChannelAdminLogEventActionEditMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L1298: func (s ChannelAdminLogEventActionEditMessageArray) Retain(keep func(x ChannelAdminLogEventActionEditMessage) bool) ChannelAdminLogEventActionEditMessageArray {
tl_channel_admin_log_event_action_slices_gen.go#L1312: func (s ChannelAdminLogEventActionEditMessageArray) First() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1320: func (s ChannelAdminLogEventActionEditMessageArray) Last() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1328: func (s *ChannelAdminLogEventActionEditMessageArray) PopFirst() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L1338: var zero ChannelAdminLogEventActionEditMessage
tl_channel_admin_log_event_action_slices_gen.go#L1347: func (s *ChannelAdminLogEventActionEditMessageArray) Pop() (v ChannelAdminLogEventActionEditMessage, ok bool) {
tl_registry_gen.go#L4359: ChannelAdminLogEventActionEditMessageTypeID: func() bin.Object { return &ChannelAdminLogEventActionEditMessage{} },
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. |