type github.com/gotd/td/tg.ChannelAdminLogEventActionToggleGroupCallSetting
31 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_gen.go#L3811: type ChannelAdminLogEventActionToggleGroupCallSetting struct {
tl_channel_admin_log_event_action_gen.go#L3820: func (c ChannelAdminLogEventActionToggleGroupCallSetting) construct() ChannelAdminLogEventActionClass {
tl_channel_admin_log_event_action_gen.go#L3826: _ bin.Encoder = &ChannelAdminLogEventActionToggleGroupCallSetting{}
tl_channel_admin_log_event_action_gen.go#L3827: _ bin.Decoder = &ChannelAdminLogEventActionToggleGroupCallSetting{}
tl_channel_admin_log_event_action_gen.go#L3828: _ bin.BareEncoder = &ChannelAdminLogEventActionToggleGroupCallSetting{}
tl_channel_admin_log_event_action_gen.go#L3829: _ bin.BareDecoder = &ChannelAdminLogEventActionToggleGroupCallSetting{}
tl_channel_admin_log_event_action_gen.go#L3831: _ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionToggleGroupCallSetting{}
tl_channel_admin_log_event_action_gen.go#L3834: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) Zero() bool {
tl_channel_admin_log_event_action_gen.go#L3846: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) String() string {
tl_channel_admin_log_event_action_gen.go#L3850: type Alias ChannelAdminLogEventActionToggleGroupCallSetting
tl_channel_admin_log_event_action_gen.go#L3855: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) FillFrom(from interface {
tl_channel_admin_log_event_action_gen.go#L3864: func (*ChannelAdminLogEventActionToggleGroupCallSetting) TypeID() uint32 {
tl_channel_admin_log_event_action_gen.go#L3869: func (*ChannelAdminLogEventActionToggleGroupCallSetting) TypeName() string {
tl_channel_admin_log_event_action_gen.go#L3874: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) TypeInfo() tdp.Type {
tl_channel_admin_log_event_action_gen.go#L3893: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) Encode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3902: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) EncodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3911: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) Decode(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3922: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) DecodeBare(b *bin.Buffer) error {
tl_channel_admin_log_event_action_gen.go#L3937: func (c *ChannelAdminLogEventActionToggleGroupCallSetting) GetJoinMuted() (value bool) {
tl_channel_admin_log_event_action_gen.go#L7648: v := ChannelAdminLogEventActionToggleGroupCallSetting{}
tl_channel_admin_log_event_action_slices_gen.go#L421: value, ok := elem.(*ChannelAdminLogEventActionToggleGroupCallSetting)
tl_channel_admin_log_event_action_slices_gen.go#L2591: type ChannelAdminLogEventActionToggleGroupCallSettingArray []ChannelAdminLogEventActionToggleGroupCallSetting
tl_channel_admin_log_event_action_slices_gen.go#L2594: func (s ChannelAdminLogEventActionToggleGroupCallSettingArray) Sort(less func(a, b ChannelAdminLogEventActionToggleGroupCallSetting) bool) ChannelAdminLogEventActionToggleGroupCallSettingArray {
tl_channel_admin_log_event_action_slices_gen.go#L2602: func (s ChannelAdminLogEventActionToggleGroupCallSettingArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleGroupCallSetting) bool) ChannelAdminLogEventActionToggleGroupCallSettingArray {
tl_channel_admin_log_event_action_slices_gen.go#L2610: func (s ChannelAdminLogEventActionToggleGroupCallSettingArray) Retain(keep func(x ChannelAdminLogEventActionToggleGroupCallSetting) bool) ChannelAdminLogEventActionToggleGroupCallSettingArray {
tl_channel_admin_log_event_action_slices_gen.go#L2624: func (s ChannelAdminLogEventActionToggleGroupCallSettingArray) First() (v ChannelAdminLogEventActionToggleGroupCallSetting, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2632: func (s ChannelAdminLogEventActionToggleGroupCallSettingArray) Last() (v ChannelAdminLogEventActionToggleGroupCallSetting, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2640: func (s *ChannelAdminLogEventActionToggleGroupCallSettingArray) PopFirst() (v ChannelAdminLogEventActionToggleGroupCallSetting, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2650: var zero ChannelAdminLogEventActionToggleGroupCallSetting
tl_channel_admin_log_event_action_slices_gen.go#L2659: func (s *ChannelAdminLogEventActionToggleGroupCallSettingArray) Pop() (v ChannelAdminLogEventActionToggleGroupCallSetting, ok bool) {
tl_registry_gen.go#L4377: ChannelAdminLogEventActionToggleGroupCallSettingTypeID: func() bin.Object { return &ChannelAdminLogEventActionToggleGroupCallSetting{} },
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. |