type github.com/gotd/td/tg.ChannelAdminLogEventActionChangeLocation

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L2922: type ChannelAdminLogEventActionChangeLocation struct {
		tl_channel_admin_log_event_action_gen.go#L2933: func (c ChannelAdminLogEventActionChangeLocation) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L2939: 	_ bin.Encoder     = &ChannelAdminLogEventActionChangeLocation{}
		tl_channel_admin_log_event_action_gen.go#L2940: 	_ bin.Decoder     = &ChannelAdminLogEventActionChangeLocation{}
		tl_channel_admin_log_event_action_gen.go#L2941: 	_ bin.BareEncoder = &ChannelAdminLogEventActionChangeLocation{}
		tl_channel_admin_log_event_action_gen.go#L2942: 	_ bin.BareDecoder = &ChannelAdminLogEventActionChangeLocation{}
		tl_channel_admin_log_event_action_gen.go#L2944: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionChangeLocation{}
		tl_channel_admin_log_event_action_gen.go#L2947: func (c *ChannelAdminLogEventActionChangeLocation) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L2962: func (c *ChannelAdminLogEventActionChangeLocation) String() string {
		tl_channel_admin_log_event_action_gen.go#L2966: 	type Alias ChannelAdminLogEventActionChangeLocation
		tl_channel_admin_log_event_action_gen.go#L2971: func (c *ChannelAdminLogEventActionChangeLocation) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L2982: func (*ChannelAdminLogEventActionChangeLocation) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L2987: func (*ChannelAdminLogEventActionChangeLocation) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L2992: func (c *ChannelAdminLogEventActionChangeLocation) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L3015: func (c *ChannelAdminLogEventActionChangeLocation) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3024: func (c *ChannelAdminLogEventActionChangeLocation) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3044: func (c *ChannelAdminLogEventActionChangeLocation) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3055: func (c *ChannelAdminLogEventActionChangeLocation) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3077: func (c *ChannelAdminLogEventActionChangeLocation) GetPrevValue() (value ChannelLocationClass) {
		tl_channel_admin_log_event_action_gen.go#L3085: func (c *ChannelAdminLogEventActionChangeLocation) GetNewValue() (value ChannelLocationClass) {
		tl_channel_admin_log_event_action_gen.go#L7606: 		v := ChannelAdminLogEventActionChangeLocation{}
		tl_channel_admin_log_event_action_slices_gen.go#L343: 		value, ok := elem.(*ChannelAdminLogEventActionChangeLocation)
		tl_channel_admin_log_event_action_slices_gen.go#L2099: type ChannelAdminLogEventActionChangeLocationArray []ChannelAdminLogEventActionChangeLocation
		tl_channel_admin_log_event_action_slices_gen.go#L2102: func (s ChannelAdminLogEventActionChangeLocationArray) Sort(less func(a, b ChannelAdminLogEventActionChangeLocation) bool) ChannelAdminLogEventActionChangeLocationArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2110: func (s ChannelAdminLogEventActionChangeLocationArray) SortStable(less func(a, b ChannelAdminLogEventActionChangeLocation) bool) ChannelAdminLogEventActionChangeLocationArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2118: func (s ChannelAdminLogEventActionChangeLocationArray) Retain(keep func(x ChannelAdminLogEventActionChangeLocation) bool) ChannelAdminLogEventActionChangeLocationArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2132: func (s ChannelAdminLogEventActionChangeLocationArray) First() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2140: func (s ChannelAdminLogEventActionChangeLocationArray) Last() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2148: func (s *ChannelAdminLogEventActionChangeLocationArray) PopFirst() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2158: 	var zero ChannelAdminLogEventActionChangeLocation
		tl_channel_admin_log_event_action_slices_gen.go#L2167: func (s *ChannelAdminLogEventActionChangeLocationArray) Pop() (v ChannelAdminLogEventActionChangeLocation, ok bool) {
		tl_registry_gen.go#L4371: 		ChannelAdminLogEventActionChangeLocationTypeID:           func() bin.Object { return &ChannelAdminLogEventActionChangeLocation{} },