type github.com/gotd/td/tg.ChannelAdminLogEventActionExportedInviteRevoke
31 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L4297: type ChannelAdminLogEventActionExportedInviteRevoke struct {
tl_channel_admin_log_event_action_gen.go#L4306: func (c ChannelAdminLogEventActionExportedInviteRevoke) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L4312: _ bin.Encoder = &ChannelAdminLogEventActionExportedInviteRevoke{}
tl_channel_admin_log_event_action_gen.go#L4313: _ bin.Decoder = &ChannelAdminLogEventActionExportedInviteRevoke{}
tl_channel_admin_log_event_action_gen.go#L4314: _ bin.BareEncoder = &ChannelAdminLogEventActionExportedInviteRevoke{}
tl_channel_admin_log_event_action_gen.go#L4315: _ bin.BareDecoder = &ChannelAdminLogEventActionExportedInviteRevoke{}
tl_channel_admin_log_event_action_gen.go#L4317: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionExportedInviteRevoke{}
tl_channel_admin_log_event_action_gen.go#L4320: func (c *ChannelAdminLogEventActionExportedInviteRevoke) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L4332: func (c *ChannelAdminLogEventActionExportedInviteRevoke) String() string {
tl_channel_admin_log_event_action_gen.go#L4336: type Alias ChannelAdminLogEventActionExportedInviteRevoke
tl_channel_admin_log_event_action_gen.go#L4341: func (c *ChannelAdminLogEventActionExportedInviteRevoke) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L4350: func (*ChannelAdminLogEventActionExportedInviteRevoke) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L4355: func (*ChannelAdminLogEventActionExportedInviteRevoke) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L4360: func (c *ChannelAdminLogEventActionExportedInviteRevoke) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L4379: func (c *ChannelAdminLogEventActionExportedInviteRevoke) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4388: func (c *ChannelAdminLogEventActionExportedInviteRevoke) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4402: func (c *ChannelAdminLogEventActionExportedInviteRevoke) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4413: func (c *ChannelAdminLogEventActionExportedInviteRevoke) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L4428: func (c *ChannelAdminLogEventActionExportedInviteRevoke) GetInvite() (value ExportedChatInviteClass) {
tl_channel_admin_log_event_action_gen.go#L7669: v := ChannelAdminLogEventActionExportedInviteRevoke{}
tl_channel_admin_log_event_action_slices_gen.go#L460: value, ok := elem.(*ChannelAdminLogEventActionExportedInviteRevoke)
tl_channel_admin_log_event_action_slices_gen.go#L2837: type ChannelAdminLogEventActionExportedInviteRevokeArray []ChannelAdminLogEventActionExportedInviteRevoke
tl_channel_admin_log_event_action_slices_gen.go#L2840: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) Sort(less func(a, b ChannelAdminLogEventActionExportedInviteRevoke) bool) ChannelAdminLogEventActionExportedInviteRevokeArray {
tl_channel_admin_log_event_action_slices_gen.go#L2848: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) SortStable(less func(a, b ChannelAdminLogEventActionExportedInviteRevoke) bool) ChannelAdminLogEventActionExportedInviteRevokeArray {
tl_channel_admin_log_event_action_slices_gen.go#L2856: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) Retain(keep func(x ChannelAdminLogEventActionExportedInviteRevoke) bool) ChannelAdminLogEventActionExportedInviteRevokeArray {
tl_channel_admin_log_event_action_slices_gen.go#L2870: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) First() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2878: func (s ChannelAdminLogEventActionExportedInviteRevokeArray) Last() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2886: func (s *ChannelAdminLogEventActionExportedInviteRevokeArray) PopFirst() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2896: var zero ChannelAdminLogEventActionExportedInviteRevoke
tl_channel_admin_log_event_action_slices_gen.go#L2905: func (s *ChannelAdminLogEventActionExportedInviteRevokeArray) Pop() (v ChannelAdminLogEventActionExportedInviteRevoke, ok bool) {
tl_registry_gen.go#L4380: ChannelAdminLogEventActionExportedInviteRevokeTypeID: func() bin.Object { return &ChannelAdminLogEventActionExportedInviteRevoke{} },
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. |