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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1638: type ChannelAdminLogEventActionParticipantInvite struct {
		tl_channel_admin_log_event_action_gen.go#L1647: func (c ChannelAdminLogEventActionParticipantInvite) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L1653: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantInvite{}
		tl_channel_admin_log_event_action_gen.go#L1654: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantInvite{}
		tl_channel_admin_log_event_action_gen.go#L1655: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantInvite{}
		tl_channel_admin_log_event_action_gen.go#L1656: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantInvite{}
		tl_channel_admin_log_event_action_gen.go#L1658: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantInvite{}
		tl_channel_admin_log_event_action_gen.go#L1661: func (c *ChannelAdminLogEventActionParticipantInvite) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L1673: func (c *ChannelAdminLogEventActionParticipantInvite) String() string {
		tl_channel_admin_log_event_action_gen.go#L1677: 	type Alias ChannelAdminLogEventActionParticipantInvite
		tl_channel_admin_log_event_action_gen.go#L1682: func (c *ChannelAdminLogEventActionParticipantInvite) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L1691: func (*ChannelAdminLogEventActionParticipantInvite) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L1696: func (*ChannelAdminLogEventActionParticipantInvite) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L1701: func (c *ChannelAdminLogEventActionParticipantInvite) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L1720: func (c *ChannelAdminLogEventActionParticipantInvite) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1729: func (c *ChannelAdminLogEventActionParticipantInvite) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1743: func (c *ChannelAdminLogEventActionParticipantInvite) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1754: func (c *ChannelAdminLogEventActionParticipantInvite) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1769: func (c *ChannelAdminLogEventActionParticipantInvite) GetParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L7550: 		v := ChannelAdminLogEventActionParticipantInvite{}
		tl_channel_admin_log_event_action_slices_gen.go#L239: 		value, ok := elem.(*ChannelAdminLogEventActionParticipantInvite)
		tl_channel_admin_log_event_action_slices_gen.go#L1443: type ChannelAdminLogEventActionParticipantInviteArray []ChannelAdminLogEventActionParticipantInvite
		tl_channel_admin_log_event_action_slices_gen.go#L1446: func (s ChannelAdminLogEventActionParticipantInviteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1454: func (s ChannelAdminLogEventActionParticipantInviteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1462: func (s ChannelAdminLogEventActionParticipantInviteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantInvite) bool) ChannelAdminLogEventActionParticipantInviteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1476: func (s ChannelAdminLogEventActionParticipantInviteArray) First() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1484: func (s ChannelAdminLogEventActionParticipantInviteArray) Last() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1492: func (s *ChannelAdminLogEventActionParticipantInviteArray) PopFirst() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1502: 	var zero ChannelAdminLogEventActionParticipantInvite
		tl_channel_admin_log_event_action_slices_gen.go#L1511: func (s *ChannelAdminLogEventActionParticipantInviteArray) Pop() (v ChannelAdminLogEventActionParticipantInvite, ok bool) {
		tl_registry_gen.go#L4363: 		ChannelAdminLogEventActionParticipantInviteTypeID:        func() bin.Object { return &ChannelAdminLogEventActionParticipantInvite{} },