type github.com/gotd/td/tg.ChannelParticipantCreator
35 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L445: type ChannelParticipantCreator struct {
tl_channel_participant_gen.go#L466: func (c ChannelParticipantCreator) construct() ChannelParticipantClass { return &c }
tl_channel_participant_gen.go#L470: _ bin.Encoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L471: _ bin.Decoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L472: _ bin.BareEncoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L473: _ bin.BareDecoder = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L475: _ ChannelParticipantClass = &ChannelParticipantCreator{}
tl_channel_participant_gen.go#L478: func (c *ChannelParticipantCreator) Zero() bool {
tl_channel_participant_gen.go#L499: func (c *ChannelParticipantCreator) String() string {
tl_channel_participant_gen.go#L503: type Alias ChannelParticipantCreator
tl_channel_participant_gen.go#L508: func (c *ChannelParticipantCreator) FillFrom(from interface {
tl_channel_participant_gen.go#L524: func (*ChannelParticipantCreator) TypeID() uint32 {
tl_channel_participant_gen.go#L529: func (*ChannelParticipantCreator) TypeName() string {
tl_channel_participant_gen.go#L534: func (c *ChannelParticipantCreator) TypeInfo() tdp.Type {
tl_channel_participant_gen.go#L562: func (c *ChannelParticipantCreator) SetFlags() {
tl_channel_participant_gen.go#L569: func (c *ChannelParticipantCreator) Encode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L578: func (c *ChannelParticipantCreator) EncodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L597: func (c *ChannelParticipantCreator) Decode(b *bin.Buffer) error {
tl_channel_participant_gen.go#L608: func (c *ChannelParticipantCreator) DecodeBare(b *bin.Buffer) error {
tl_channel_participant_gen.go#L640: func (c *ChannelParticipantCreator) GetUserID() (value int64) {
tl_channel_participant_gen.go#L648: func (c *ChannelParticipantCreator) GetAdminRights() (value ChatAdminRights) {
tl_channel_participant_gen.go#L656: func (c *ChannelParticipantCreator) SetRank(value string) {
tl_channel_participant_gen.go#L663: func (c *ChannelParticipantCreator) GetRank() (value string, ok bool) {
tl_channel_participant_gen.go#L1563: v := ChannelParticipantCreator{}
tl_channel_participant_slices_gen.go#L148: value, ok := elem.(*ChannelParticipantCreator)
tl_channel_participant_slices_gen.go#L390: type ChannelParticipantCreatorArray []ChannelParticipantCreator
tl_channel_participant_slices_gen.go#L393: func (s ChannelParticipantCreatorArray) Sort(less func(a, b ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L401: func (s ChannelParticipantCreatorArray) SortStable(less func(a, b ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L409: func (s ChannelParticipantCreatorArray) Retain(keep func(x ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L423: func (s ChannelParticipantCreatorArray) First() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L431: func (s ChannelParticipantCreatorArray) Last() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L439: func (s *ChannelParticipantCreatorArray) PopFirst() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L449: var zero ChannelParticipantCreator
tl_channel_participant_slices_gen.go#L458: func (s *ChannelParticipantCreatorArray) Pop() (v ChannelParticipantCreator, ok bool) {
tl_registry_gen.go#L4160: ChannelParticipantCreatorTypeID: func() bin.Object { return &ChannelParticipantCreator{} },
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. |